*
{
	font-family: Arial;
}
.light
{
	background-color: white;
	h2
	{
		color: black;
	}
	p
	{
		color: black;
	}
}
.dark
{
	background-color: rgb(10,10,10);
	h2
	{
		color: white;
	}
	p
	{
		color: white;
	}
}
#GenericCompany
{
	height:420px;
	width:100%;
	background-image: url("imgs/computer.png");
	background-size: cover;
	#text
	{
		//background: white;
		padding-top: 210px;
		text-align: center;
	}
}
#Welcome
{
	background-image: url("imgs/trophies.png");
	background-repeat: no-repeat;
	background-position-x: right;
	height: 335px;
	width: 100%;
	align-items: center;
	padding-top: 40px;
	padding-left: 50px;
	font-size: 20px;
	line-height: 40px;
}

#ProductDesign
{
	h2
	{
		color: white;
	}
	background-image: url("imgs/sketch.png"), url("imgs/sketchBackground.png");
	background-repeat: no-repeat;
	background-position: 200px, 0px;
	background-color: #537abd;
	height: 360px;
	width: 100%;
	padding-top: 40px;
	padding-left: 71%;
	font-size: 20px;
	line-height: 40px;
	max-width: 50ch;
	gap: 30px;

}
#Contact
{
	background-image: url("imgs/map.png");
	background-repeat: no-repeat;
	background-position-x: right;
	height: 321px;
	width: 100%;

}
#Footer
{
	background-image: url("imgs/bottomBackground.png");
	width: 100%;
	padding-left: 20%;
}